home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dataconv / memoform.dfm / memoform.txt
Text File  |  1995-12-22  |  2KB  |  86 lines

  1. object FieldAssign: TFieldAssign
  2.   Left = 296
  3.   Top = 172
  4.   Width = 534
  5.   Height = 473
  6.   Caption = 'Edit Field Assignments (DEST.=SOURCE)'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   TextHeight = 20
  16.   object ConvFields: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 526
  20.     Height = 376
  21.     Align = alClient
  22.     TabOrder = 0
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 376
  27.     Width = 526
  28.     Height = 49
  29.     Align = alBottom
  30.     TabOrder = 1
  31.     object BitBtn1: TBitBtn
  32.       Left = 408
  33.       Top = 8
  34.       Width = 105
  35.       Height = 33
  36.       Caption = 'Convert'
  37.       TabOrder = 0
  38.       OnClick = BitBtn1Click
  39.       Kind = bkOK
  40.     end
  41.     object BitBtn2: TBitBtn
  42.       Left = 296
  43.       Top = 8
  44.       Width = 97
  45.       Height = 33
  46.       TabOrder = 1
  47.       Kind = bkCancel
  48.     end
  49.   end
  50.   object MainMenu1: TMainMenu
  51.     Left = 448
  52.     Top = 24
  53.     object File1: TMenuItem
  54.       Caption = 'File'
  55.       object Load1: TMenuItem
  56.         Caption = '&Open'
  57.         OnClick = Load1Click
  58.       end
  59.       object Save1: TMenuItem
  60.         Caption = '&Save'
  61.         OnClick = Save1Click
  62.       end
  63.       object Cancel1: TMenuItem
  64.         Caption = '&Cancel'
  65.         OnClick = Cancel1Click
  66.       end
  67.       object Exit1: TMenuItem
  68.         Caption = 'E&xit'
  69.         OnClick = Exit1Click
  70.       end
  71.     end
  72.   end
  73.   object OpenDialog1: TOpenDialog
  74.     DefaultExt = 'CNV'
  75.     Filter = 'Conversion Files|*.cnv|All Files|*.*'
  76.     Left = 32
  77.     Top = 24
  78.   end
  79.   object SaveDialog1: TSaveDialog
  80.     DefaultExt = 'CNV'
  81.     Filter = 'Conversion Files|*.cnv|All Files|*.*'
  82.     Left = 32
  83.     Top = 56
  84.   end
  85. end
  86.